home *** CD-ROM | disk | FTP | other *** search
/ Champak 148 / (Vol 148) Feb 07 2012.iso / Games / moda_1355.swf / scripts / frame_2 / DoAction.as
Text File  |  2012-02-07  |  339b  |  14 lines

  1. function itemHandler1(obj, item)
  2. {
  3.    getUrl("http://www.123peppy.com", "_blank");
  4. }
  5. stop();
  6. var myMenu_cm = new ContextMenu();
  7. myMenu_cm.hideBuiltInItems();
  8. myMenu_cm.customItems.push(new ContextMenuItem("powered by www.123peppy.com",itemHandler1));
  9. _root.menu = myMenu_cm;
  10. play_btn.onPress = function()
  11. {
  12.    nextFrame();
  13. };
  14.